3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
When a drawing engine's transparency blending function is set to the value kQABlend_OpenGL , the state variable kQATagGL_BlendSrc must be set to a value to indicate the red, green, blue, and alpha source blending factors. You can use these constants to define the source blending factors.
#define kQAGL_SourceBlend_XXX 0
Previous | QD3D Book | Overview | Chapter Contents | Next |